@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400italic,700,400);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400italic,700,400);
#logo a {
  background-image: url(../drivefaze/images/milesplit-logo.png);
}
body.legacy {
  background: #ebebeb;
  width: auto;
  height: auto;
  overflow: auto;
  max-width: auto;
}
body.legacy #page {
  position: relative;
  background: none;
  width: 100%;
  height: auto;
  overflow: auto;
  max-width: 100%;
  padding-top: 60px;
  border: none !important;
  z-index: 1;
}
body.legacy #masthead {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 60px;
  width: 100%;
  background-color: #fff;
  text-align: left;
  box-shadow: 0px 6px 10px -6px rgba(0, 0, 0, 0.75);
  font-family: 'Roboto Condensed';
  z-index: 10;
}
body.legacy #masthead > div {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}
body.legacy #masthead #logo {
  display: block;
  float: left;
  width: 160px;
  height: 60px;
  vertical-align: top;
}
body.legacy #masthead #logo a {
  display: block;
  width: 160px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
body.legacy #masthead #logo a span {
  display: none;
}
body.legacy #masthead div.menu {
  display: block;
  vertical-align: top;
  margin-left: 188px;
  margin-right: 120px;
  height: 60px;
  overflow: hidden;
}
body.legacy #masthead div.menu > ul li {
  display: inline-block;
  font-size: 14px;
  line-height: 60px;
  font-family: 'Roboto Condensed';
}
body.legacy #masthead div.menu > ul li a {
  color: #000;
}
body.legacy #masthead div.menu > ul > li {
  text-transform: uppercase;
  text-align: center;
}
body.legacy #masthead div.menu > ul > li > a {
  display: block;
  height: 100%;
  padding-left: 7px;
  padding-right: 7px;
}
body.legacy #masthead div.menu > ul > li > ul {
  position: absolute;
  top: 60px;
  left: 0px;
  width: 100%;
  height: auto;
  background: #ebebeb;
  border-bottom: solid 1px #141414;
  display: none;
  line-height: 40px;
}
body.legacy #masthead div.menu > ul > li > ul li {
  display: inline-block;
  text-transform: none;
}
body.legacy #masthead div.menu > ul > li > ul li a {
  display: block;
  padding-left: 12px;
  padding-right: 12px;
}
body.legacy #masthead div.menu > ul > li > ul li a:hover {
  color: #fff;
}
body.legacy #masthead div.menu > ul > li > ul li:hover {
  background: #646464;
  color: #fff;
}
body.legacy #masthead div.menu > ul > li:hover {
  background-color: #ebebeb;
}
body.legacy #masthead div.menu > ul > li:hover ul {
  display: block;
}
body.legacy #masthead div.menu > ul > li a:hover {
  text-decoration: none;
}
body.legacy #content {
  position: static;
  left: auto;
  top: auto;
  width: 970px;
  margin-left: auto;
  margin-right: auto;
}
body.legacy #content > div {
  background: #fff;
}
body.legacy #content header.body {
  margin-bottom: 0px;
}
body.legacy section.leaderboard {
  width: 970px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  text-align: center;
}
body.legacy section.leaderboard div {
  display: inline-block;
}
#footer {
  clear: both;
  border-top: solid calc(4px) #646464;
  min-height: 100px;
  background: #141414;
  color: #ebebeb;
  position: relative;
  padding-left: 130px;
}
#footer::after {
  display: block;
  content: '';
  width: 120px;
  height: 40px;
  position: absolute;
  left: 8px;
  top: 8px;
  background-image: url(../drivefaze/images/flosports.png);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
}
#footer p {
  padding: 8px;
}
#footer p.links {
  padding-top: 4px;
}
#footer p.links a {
  display: inline-block;
  padding-right: 16px;
}
#footer p.speed {
  color: #646464;
  font-size: 0.8rem;
}
#footer a,
#footer a:visited {
  color: #ebebeb;
}
@media only screen and (max-width: 639px) {
  #footer {
    padding-left: 140px;
  }
  #footer::after {
    width: 130px;
    height: 50px;
  }
}
nav .button {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  vertical-align: middle;
  border-left: solid 1px #ebebeb;
  overflow: hidden;
  z-index: 999996;
}
nav .button i:last-of-type {
  display: none;
}
nav .button a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
nav .button > a {
  color: #646464;
}
nav .button > a i {
  display: block;
  margin-bottom: 8px;
  padding-top: 8px;
}
nav .button > a span {
  display: block;
  font-size: 10px;
  line-height: 1.1rem;
}
#masthead #account .button {
  right: 0px;
}
#masthead #search .button {
  right: 60px;
}
